Workaround for what apparently is a bug in MSYS: returning -1 from main()
authorTor Lillqvist <tml@novell.com>
Tue, 22 Jul 2008 20:14:01 +0000 (20:14 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Tue, 22 Jul 2008 20:14:01 +0000 (20:14 +0000)
commitc9d31fc02205eaa9e75dd6216e15206a1ced4b49
tree4af966581e3716094f1298cba3244dcdf3b581c8
parentef3e772fbb9f6bb2522e0f4648bb6c8d8212cc16
Workaround for what apparently is a bug in MSYS: returning -1 from main()

2008-07-22  Tor Lillqvist  <tml@novell.com>

* configure.in: Workaround for what apparently is a bug in MSYS:
returning -1 from main() is misinterpreted as exit status 0, so
make sure we return 0 or 1.

svn path=/trunk/; revision=20895
ChangeLog
configure.in